.colorRed{
	color:#FF857C;
}
.color999{
	color: #999999;
}
.normalWeight{
	font-weight: normal;
}
.boldWeight{
	font-weight: bold;
}
.fontStyle1{
	font-family:"SimSun";
	font-size:12px;
	color:rgb(102,102,102)
}
.fontStyle2{
	font-family:"SimSun";
	font-size:12px;
	color:#3498db;
}
.fontStyle3{
	font-family:"SimSun";
	font-size:12px;
	color:#323332
}
.fontStyle4{
	font-family:"Arial";
	font-size:14px;
	color:#323332
}
.fontStyle5{
	font-family:"Arial";
	font-size:14px;
	color:#666666
}
.fontStyle6{
	font-size:16px;
	color:white
}
.fontStyle7{
	font-family:"Microsoft Yahei";
	font-size:16px;
	color:#444444;
}
.fontStyle8{
	font-family:"Microsoft Yahei";
	font-size:30px;
	color:#333333;
}
.fontStyle9{
	font-family:"SimSun";
	font-size:14px;
	color:#333333
}
.fontStyle10{
	font-family:"Arial";
	font-size:24px;
	color:#ffffff
}
.fontStyle11{
	font-family:"Microsoft Yahei";
	font-size:16px;
	color:#333333;
}
.fontStyle12{
	font-family:"SimSun";
	font-size:14px;
	color:#666666
}
.fontStyle13{
	font-family:"Arial";
	font-size:14px;
	color:#3498db;
	font-weight:bold;
 }
.fontStyle14{
	font-family:"SimSun";
	font-size:14px;
	color:white
}
.fontStyle15{
	font-family:"Arial";
	font-size:14px;
	color:rgb(102,102,102);
	font-weight:bold;
}
.fontStyle16{
	font-family:"SimSun";
	font-size:12px;
	color:#717171;
}
.fontStyle17{
	font-family:"SimSun";
	font-size:12px;
	color:#666666
}
.fontStyle18{
	font-family:"Microsoft Yahei";
	font-size:18px;
	color:#333333;
}
.fontStyle19{
	 font-family:"SimSun";
	 font-size:12px;
	 color:rgb(105,105,105)
 }
.fontStyle20{
	font-family:"SimSun";
	font-size:14px;
	color:#1086d5;
}
.fontStyle21{
	font-family:"SimSun";
	font-size:14px;
	color:#363636;
}
.fontStyle22{
	font-family:"Arial";
	font-size:12px;
	color:#999999;
}

.letterSpaceHalfEm{
	letter-spacing: 0.2em;
}
.letterSpace1em{
	letter-spacing: 1em;
}
.letterSpace2em{
	letter-spacing: 2em;
}
.letterSpace3em{
	letter-spacing: 3em;
}
.letterSpace4em{
	letter-spacing: 4em;
}
.letterSpacing5
{
	letter-spacing: 5px;
}

.underline{
	text-decoration: underline;
}
.commonBtn{
	width: 77px;
	height: 25px;
	border: none;
	background: url(../../img/patent/table/cancel.png) no-repeat;
	cursor: pointer;
}
.commonBtn:hover{
	background: url(../../img/patent/table/confim.png) no-repeat;
}

.filterBtn{
	width: 85px;
	height: 25px;
	border: 1px solid #D2D1D1;
	border-radius: 2px;
	background-color: #F5F5F5;
	cursor: pointer;
	color:#2F2F2F;
}
.filterBtn:hover{
	border-color: #009DE0;
	color: #009DE0;
	background-color: #F5F8F8;
}
.filterBtnChecked{
	border-color: #009DE0;
	color: #009DE0;
	background-color: #F5F8F8;
}
.expendButton{
	width: 8px;
	height: 8px;
	border: none;
}
.expendButtonNormal{
	background: url(../../img/patent/table/right2_1.png) no-repeat;
}
.expendButtonChecked{
	background: url(../../img/patent/table/arrowBlueDown.png) no-repeat;
}
.closeButton{
	cursor: pointer;
	background:url("../../img/patent/table/close.png") no-repeat;
	border: none;
	width: 10px;
	height: 9px;
}
.searchButton{
	width:32px;
	height:32px;
	background:url(../../img/patent/table/btnSearch.png) no-repeat;
	border: none;
}
.switchBtn{
	width:67px;
	height: 25px;
	border: none;
}
.switchBtnUnChecked{
	background: url(../../img/projectManagement/btn2_1.png) no-repeat;
}
.switchBtnChecked{
	background: url(../../img/projectManagement/btn2_2.png) no-repeat;
}
.switchIcon{
	width:41px;
	height: 27px;
	background: url(../../img/projectManagement/btn1_1.png) no-repeat 0px 1px
}

.andButton
{
	width: 35px;
	height: 34px;
	background-image: url(../../img/patent/table/btn_s35.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.orButton {
	width: 35px;
	height: 34px;
	background-image: url("../../img/patent/table/btn_or.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.notButton {
	width: 35px;
	height: 34px;
	background-image: url("../../img/patent/table/btn_s35.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.searchBtn2{
	width: 32px;
	height: 32px;
	background: url(../../img/patent/table/btnSearch.png) no-repeat;
	background-size: 25px 25px;
	margin-top: 5px;
}
.inputProject{
	width:200px;
	height:23px;
	border:1px solid rgb(228,228,228);
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	padding-left: 13px
}
.logicAndOrNot{
	width:47px;
	height:116px;
	z-index: 1;
	background: url(../../img/patent/table/andOrNot.png);
}
.LogicAndButton{
	width: 35px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-left: 7px;
	margin-top: 6px
}
.LogicAndButton:hover
{
	background-image: url(../../img/patent/table/andSelect.png);
}
.logicOrNotBtn
{
	width: 35px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-left: 7px;
}
.logicOrNotBtn:hover
{
	background-image: url(../../img/patent/table/andSelect.png);
}

.btnWhite
{
	width: 145px;
	height: 35px;
	line-height: 35px;
	background-image: url(../../img/patent/table/btn6_1.png);
}
.btnSmallWhite {
	width: 90px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background-image: url(../../img/patent/table/btn6_1.png);
	overflow: hidden;
}

.delete
{
	width: 32px;
	height: 31px;
	background: url(../../img/patent/table/btn2_1.png) no-repeat;
	outline: none;
	cursor: pointer;
}

.searchInput{
	width:240px;
	height:30px;
	padding-left:10px;
	background-color: #ededed;
	border: 1px solid #d3d3d3;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.remarkInput{
	width:240px;
	height:30px;
	padding-left:10px;
	border: 1px solid #009ADF;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.projectManagement table{
	border: none;
	border-collapse:collapse;
	vertical-align:middle;
}
.floatTable{
	border: none;
	border-collapse:collapse;
	vertical-align:middle;
}
.floatTable .trNormal{
	background-color:#F3F3F3;
}
.floatTable .trHover{
	background-color:#EBEBEB;
}
.floatTable tr td{
	text-align: left;
	white-space: nowrap;
	border: 1px solid #E5E5E5;
	height: 30px;
}
.floatTable tr .tdCheckBox{
	text-align: center;
	width: 40px;
}
.trChecked{
	background-color:#EBEBEB;
}
.menuTable{
	border: none;
	border-collapse:collapse;
	vertical-align:middle;
	table-layout:fixed;
}
.menuTable tr td{
	white-space: nowrap;
	height: 40px;
	vertical-align:middle;
}
.rightContentTable tr td,.markingTable tr td{
	height: 40px;
	text-align: left;
}
.rightContentTable tr th{
	text-align: left;
	height: 40px;
	vertical-align: middle;
	background-color:#F5F5F5;
	border-bottom: 1px solid #D4D2D1;
}

.sampleTable tr td{
	height: 164px;
	min-width: 145px;
	vertical-align:middle;
	text-align: left;
	white-space: nowrap;
}
.sampleTable tr th{
	text-align: left;
	height: 40px;
	vertical-align: middle;
	background-color:#F5F5F5;
	border-bottom: 1px solid #D4D2D1;
}

.warningInfoTable tr td{
	height: 101px;
	text-align: left;
}
.warningInfoTable tr th,.markingTable tr th{
	text-align: left;
	height: 40px;
	vertical-align: middle;
	background-color:#F5F5F5;
	border-bottom: 1px solid #D4D2D1;
	border-top: 1px solid #D4D2D1;
}

.commonWidth{
	width: 89.89%;
	margin: 0 auto;
	border: 1px solid #D2D1D1;
	border-radius: 2px;
}
.shielding_layer{
	background: url(../../img/floatWnd/shield_bg.png);
	background-size: 100% 100%;
}
.shielding_layer1{
	background: url(../../img/floatWnd/shield_bg.png);
	background-size: 100% 100%;
}
.searchZone{
	width:284px;
	height:32px;
	margin: 7px auto 10px;
}
.floatWnd{
	width: 960px;
	height: 500px;
	background-color: #ffffff;
	margin: 0px auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
	box-shadow:0 0 10px 10px darkgrey;
}
.floatWnd2{
	background-color: #ffffff;
	margin: 0px auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
	box-shadow:0 0 10px 10px darkgrey;
}
.homePageFloatWnd{
	width: 341px;
	height: 309px;
	background-color: #ffffff;
	margin: 0px auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
	box-shadow:0 0 10px 10px darkgrey;
}
.wndSize1{
	width: 690px;
	height: 410px;
}
.wndSize2{
	width: 818px;
	height: 450px;
}
.successWnd , .failureWnd, .addProjectSuccessWnd, .addProjectFailureWnd{
	width: 373px;
	height: 99px;
	background-color: #ffffff;
	margin: 0px auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
	box-shadow:0 0 4px 4px darkgrey;
}
.addProjectArea{
	width: 454px;
	height: 445px;
	background-color: #ffffff;
	margin: 0px auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
	box-shadow:0 0 4px 4px darkgrey;
}
.shareProjectArea{
	width: 342px;
	height: 418px;
	background-color: #ffffff;
	margin: 0px auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
	box-shadow:0 0 4px 4px darkgrey;
}
.commonWind{
	width: 344px;
	height: 159px;
	background-color: #ffffff;
	margin: 0px auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
	box-shadow:0 0 10px 10px darkgrey;
}
.expressionWind{
	width: 820px;
	height: 451px;
	background-color: #ffffff;
	margin: 0px auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
	box-shadow:0 0 10px 10px darkgrey;
}
.deleteWnd{
	width: 341px;
	height: 168px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #ffffff;
	margin: 0px auto;
	box-shadow:0 0 10px 10px darkgrey;
}
.floatWndTitle{
	height: 41px;
	line-height: 41px;
	background-color: #8198BA;
	padding-left: 5px;
	color: white;
}
.floatTableZone{
	height: 360px;
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
}

.textareaResize
{
	height: 24px;
	line-height: 24px;
	resize: none;
}

.border-separate{
	border-left: 1px solid #D2D1D1;
}
.border-separateRight{
	border-right:  1px solid #CEE9E9;
}
.separate_line{
	width: 100%;
	height:1px;
	border-top: 1px solid #D2D1D1;
}
.separate_line2{
	width: 1px;
	height:10px;
	border-right: 1px solid #D2D1D1;
}
.separateBottom{
	border-bottom: 1px solid #D2D1D1;
}
.separateTop{
	border-top: 1px solid #D2D1D1;
}
.separateRight{
	border-right: 1px solid #D2D1D1;
}
.separateLeft{
	border-left: 1px solid #D2D1D1;
}
.borderCE{
	border:1px solid  #CECECE;
}
.borderCE1{
		border:0xp solid #CECECE;
}
.commonBorder{
	border: 1px solid #D2D1D1;
}
.littleSeparate{
	width: 1px ;
	height: 10px;
	color:#D2D1D1;
	font-size: 10px;
	margin-left: 10px;
}

.toolIcon{
	background: url("../../../publish/img/public/set.png");
}
.folderIcon{
	background:transparent  url(../../img/projectManagement/ic9.png) no-repeat 5px;
}

.triangle-bottomRight {
	width: 0;
	height: 0;
	border-bottom: 35px solid blue;
	border-left: 35px solid transparent;
}


label.checkbox {
	padding-left: 24px;
	cursor:pointer;
	background:transparent url("../../img/patent/patent_searchPage/check1_1.png") no-repeat 2px;
	line-height:16px; height:16px;
	display:inline-block;
	color:#000000;
}
label.checked {
	background:transparent url("../../img/patent/patent_searchPage/check1_3.png") no-repeat 2px;
}
label.disabled{
	background:transparent url("../../img/patent/patent_searchPage/check_4.png") no-repeat 2px;
}
.simpleCheckBox label.checkbox {
	padding-left: 24px;
	line-height:19px; height:19px;
	cursor:pointer;
	background:transparent url("../../img/projectManagement/simpleCheckBoxNormal.png") no-repeat;
	display:inline-block;
}
.simpleCheckBox label.checked {
	background:transparent url("../../img/projectManagement/simpleCheckBoxChecked.png") no-repeat;
}
.simpleCheckBox label.disabled{
	background:transparent url("../../img/projectManagement/simpleCheckBoxChecked.png") no-repeat;
}
 .FTermSelect{
	border: 1px solid #087dcc;
	 width:100px;
	 height: 30px;
	 line-height: 30px;
	 background-color: #3498db;
	 color: #dfecf8;
	background-image: url("../../img/homePage/Play-Control-Button.png");
	background-repeat: no-repeat;
	background-position: 88px 13px;
	 border-radius: 2px 0 0 2px;
}
.FTermSelect_ul{
	position:absolute;
	border-bottom: 1px solid #087dcc;
	border-left: 1px solid #087dcc;
	border-right:1px solid #087dcc;
	width:100px;
	top:0px;
	background-color: #fff;
	margin-top: 32px;
	display: none;
	z-index: 9999;
}
.select_item{
	background:#eaeaea;
}
.FTermSelect_ul li{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e7e7e7;
}
.FTermSelect_ul li:hover{
	cursor: pointer;
}
.showNumSelect
{
	border: 1px solid #d3d3d3;
	width:auto!important;
	width:75px;
	min-width:75px;
	padding-right:13px;
	height: 25px;
	line-height: 25px;
	white-space:nowrap;
	background: url("../../img/patent/table/arrowBlueDown.png")  rgb(246,248,248) right center no-repeat;
	border-radius:2px;
}

.showNumSelect_ul
{
	position:absolute;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	/*width:81px;*/
	width: 98%;
	top:0px;
	background-color: #fff;
	margin-top: 25px;
	display: none
}
.showNumSelect_ul li
{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 6px;
	text-align: left;
}
.showNumSelect_ul li:hover
{
	cursor: pointer;
}
.overViewSelect
{
	border: 1px solid #d3d3d3;
	width:auto!important;
	width:65px;
	min-width:65px;
	padding-right:10px;
	text-align:center;
	height: 23px;
	line-height: 23px;
	background:url("../../img/patent/table/arrowBlueDown.png") rgb(246,248,248) right center no-repeat;
	border-radius: 2px;
	white-space:nowrap;
}
.overViewSelect_ul
{
	position:absolute;
	/*border-bottom: 1px solid #d3d3d3;*/
	border-left: 1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:81px;
	top:0px;
	background-color: #fff;
	margin-top: 25px;
	display: none; z-index:100;
}
.overViewSelect_ul li
{
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 6px;
}
.overViewSelect_ul li:hover
{
	cursor: pointer;
}
.importNumSelect
{
	border: 1px solid #d3d3d3;
	background-color: rgb(246,248,248);
	background-repeat: no-repeat;
	background-position: 103px 10px;
	border-radius: 2px 2px 2px 2px;
}
.importNumSelect_ul
{
	position:absolute;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:120px;
	top:0px;
	background-color: #fff;
	margin-top: 25px;
	display: none;
	text-align: center;
}
.importNumSelect_ul li
{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 6px;
}
.importNumSelect li:hover
{
	cursor: pointer;
}
.keyWord
{
	border: 1px solid #648BCC;
	width: 145px;
	height: 30px;
	line-height: 30px;
	color: white;
	background:url("../../img/patent/table/btn_arrow_down.png") 136px 14px #648BCC no-repeat;
	border-radius: 2px;
}
.keyWord_ul
{
	position:absolute;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:150px;
	top:6px;
	background-color: #fff;
	margin-top: 25px;
	display: none;
	/*text-align: center;*/
}
.keyWord_ul li
{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 6px;
}
.keyWord_ul li:hover
{
	cursor: pointer;
}
.combinePage_ul
{
	position:absolute;
	border-top: 1px solid #d3d3d3;;
	border-left: 1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:156px;
	top:10px;
	left: 1em;
	background-color: #fff;
	margin-top: -10px;
}
.combinePage_ul li
{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #d3d3d3;
	padding-left: 6px;
}
.contactWaySelect
{
	border: 1px solid #d3d3d3;
	width:59px;
	height: 23px;
	line-height: 23px;
	background-color: rgb(246,248,248);
	background-image: url("../../img/patent/table/arrowBlueDown.png");
	background-repeat: no-repeat;
	background-position: 50px 10px;
	border-radius: 2px 2px 2px 2px;
}
.contactWaySelect_ul
{
	position:absolute;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:65px;
	top:0px;
	background-color: #ffffff;
	z-index: 22;
	margin-top: 25px;
}
.contactWaySelect_ul li
{
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 6px;
}
.contactWaySelect_ul li:hover
{
	cursor: pointer;
}

/*.hRadio
{
	padding-left: 22px; display: inline-block;
	background: transparent url(radio.png) no-repeat left top;
	height: 19px; line-height:20px;
	cursor:pointer;vertical-align:middle;
}

.hRadio_Checked { background-position: left bottom;}*/

.pagination button ,.goPage{
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #D7D6D6;
	background-color: #F6F8F8;
	border-radius: 2px;
	margin-left: 5px;
	cursor: pointer;
}

.pagination div {
	/*width: 70px;*/
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.pagination1 div{
	height: 25px;
	line-height: 25px;
}
.pagination .pageText{
	width: 40px;
	height: 25px;
	border: 1px solid #D7D6D6;
}

 ::-webkit-scrollbar {
	width: 10px;
}

 ::-webkit-scrollbar:horizontal {
	display: block;
}

 ::-webkit-scrollbar-button {
	display: block;
}

/* Turn on single button up on top, and down on bottom */
 ::-webkit-scrollbar-button:start:decrement,
 ::-webkit-scrollbar-button:end:increment {
	display: block;
}
.cursor{
	cursor: pointer;
	}

/* Turn off the down area up on top, and up area on bottom */
 ::-webkit-scrollbar-button:vertical:start:increment,
 ::-webkit-scrollbar-button:vertical:end:decrement {
	display: none;
}
.tableListSet ::-webkit-scrollbar {
	width: 7px;
}
/* Place The scroll down button at the bottom */
 ::-webkit-scrollbar-button:vertical:increment {
	 display: block;
	 width: 7px;
	 height: 12px;
	 background: url("../../img/patent/table/btn_arrow_down.png") no-repeat;
	 background-position: 1px 3px;
	 background-color: rgb(221,221,221);
}

/* Place The scroll up button at the up */
 ::-webkit-scrollbar-button:vertical:decrement {
	display: block;
	 width: 7px;
	 height: 12px;
	 background: url("../../img/patent/table/btn_arrow_up.png") no-repeat;
	background-position: 1px 3px;
	background-color: rgb(221,221,221);
}

 ::-webkit-scrollbar-track:vertical {
	display: none;
}

/* Top area above thumb and below up button */
 ::-webkit-scrollbar-track-piece:vertical:start {
	/*background-color: #3a424d;*/
	border-color:rgb(221,221,221);
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}

/*Bottom area below thumb and down button*/
 ::-webkit-scrollbar-track-piece:vertical:end {
	border-color:  #dddddd;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	background-color:  rgb(221,221,221);
}

/* Track below and above */
 ::-webkit-scrollbar-track-piece {
	background-color:  rgb(221,221,221);
}

/* The thumb itself */
 ::-webkit-scrollbar-thumb:vertical {
	background-position: 0px center;
	background-color: rgb(200,200,200);
	 border-radius: 5px;
}

 ::-webkit-scrollbar-thumb:vertical:hover {
	background-color: rgb(179,179,179);
	 border-radius: 5px;
}

 ::-webkit-scrollbar-thumb:vertical:active {
	background-position: 0px center;
	 background-color: rgb(179,179,179);
	 border-radius: 5px;
}

/* Corner */
 ::-webkit-scrollbar-corner {
	display: none;
}

/* Resizer */
 ::-webkit-scrollbar-resizer {
	display: none;
}
.marginLeft30{
	margin-left: 30px;
}
.marginLeft7{
	margin-left: 7px;
}
.marginLeft19{
	margin-left: 19px;
}
.marginLeft5{
	margin-left: 5px;
}

.files{	position:absolute; left:202px; top:52px; heigth:26px;cursor:pointer;
		 filter: Alpha(opacity=0);    
			 -moz-opacity:0;    
			 opacity:0;  
		}
#mGrid_gridSqr_paginator_0 ul,#mGrid_gridCoy_paginator_0 ul{
	float:left;
}
.DataSet-Tr-List:hover{
	  background-color:#bfffff;
}

.modal{ width:450px; margin-left:-225px;}
.modal-body{ padding:30px 15px;}
.modal-body p{ font-size:16px; letter-spacing:1px; text-align:left; line-height:28px;}
.modal-footer{ padding:8px 10px; border-radius: 0px;}
.modal-header{ padding:10px; /*background: url(../../img/public/etanmin1.png) 4px 8px #8198ba no-repeat;*/}
.modal-header h3{ line-height:20px; font-size:16px!important;}
.modal-header button.close{ line-height:10px;}
.modal-footer .btn{ margin-left:10px!important; border:1px solid #d2d0d0; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; background:#f5f7f7; padding:2px 20px;}
.modal-footer .btn-danger{ background:#c56ab6!important;}
.modal-footer .btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled{ background:#c718aa!important;}
.modal-footer .btn{ float:right;}

input[disabled],select[disabled],textarea[disabled]{ cursor:default!important;}


.marginTopTM { border:1px solid #e2e2e2; background:#fff; position:relative; font-size:14px;}
.marginTopTM td { height:60px; padding-left:10px;}
.wid { width:143px; height:32px; line-height:32px; text-align:center; background:#d5eafe; border:1px solid #c3c3c3; float:right;}
.marginTopTM span { color:#ff0000;line-height:32px; padding-left:5px; padding-right:5px;float:right;}
.marginTopTM li { float:left; width:92px; text-align:center;}
.marginTopTM li.shot { width:20px;}
/* .input { height:32px; line-height:32px; width:595px; border:1px solid #d0d0d0; margin-left:6px; padding-left:10px; padding-right:55px; } */


.checkbox .checkul li { width:150px; float:left; text-align:left; }
.checkbox {line-height:30px; width:800px; background:#f9f9f8; border:1px solid #c3c3c3; overflow:hidden; padding-left:30px;padding-top:5px; padding-bottom:5px; margin-left:5px;s}
.checkbox span { color:#ff0000;line-height:32px; padding-left:5px; padding-right:5px;float:left;}

.la_nav{ width:auto!important; width:80px; min-width:80px; height:13px; margin-left:10px; border-left:1px solid #c5fde3;}
.la_nav p{display:block; margin:0; padding-left:20px; text-indent:0em; line-height:11px; color:#fff; cursor:pointer; text-align:left; padding-right:15px;}
.la_set{background:url(../../img/patent/table/arrowDownWhite.png) right center no-repeat;}
.laselect{border:none!important; backgound:none; background:url(../../img/patent/table/arrowUpWhite.png) right center no-repeat;}
.new{ width:100px; position:absolute; z-index:5; top:65px; display:none; border-radius:2px; background:#fff; border:1px solid #b0bac3; text-align:left;}
.new li a{ display:block;}
.la_nav ul li{line-height:30px; padding-left:10px; color:#fff; cursor:pointer;}
.la_nav ul li:hover{ background-color:#f5f5f5; text-decoration:underline; color:#fff;}

.chartSelect{
	height:500px; padding: 0px 5px; padding-top: 10px; border-top: 0px; position: relative;
}
.chartSelectTop {
	margin-left: 20px;
	margin-top: 7px;
	height: 30px;
	position: relative;
}
.chartSelectDiv {
	height: 430px;top: -1px; padding: 10px;
	border-top: 1px solid #D3D3D3; border-bottom: 1px solid #D3D3D3; border-left: 1px solid #D3D3D3; border-right: 1px solid #D3D3D3; 
}
.chartSelectTop .itemHide{
	position: absolute; top: 0px; height: 30px; 
	-webkit-opacity: 0;  
	-moz-opacity: 0;  
	-khtml-opacity: 0;  
	opacity: 0; cursor: not-allowed;
	filter:alpha(opacity=0);  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.chartSelectTop .itemSelect {
	background-color: #FFF; cursor: pointer;
	border-left: 1px solid #D3D3D3; border-top: 1px solid #D3D3D3;
	padding-right:5px;
}
.chartSelectTop .itemNormal {
	/* background-color: #E8E8E8;  */cursor: pointer;
	border-left: 1px solid #D3D3D3; border-top: 1px solid #D3D3D3;
	padding-right:5px;
}
.chartSelectTop .itemDisabled {
	background-color: #E8E8E8; cursor: not-allowed; color: #D3D3D3;
	border-left: 1px solid #D3D3D3; border-top: 1px solid #D3D3D3;
	padding-right:5px;
}
.chartSelectTop .itemLast {
	border-right: 1px solid #D3D3D3;
}
.chartSelectTop{
	width:auto!important;
	width: 75px;
	min-width:75px;
}
.chartSelectTop div {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px; 
	z-index: 10;
	white-space:nowrap;
}

/*2018年8月10日14:14:32查看表达式样式改动-start*/
	.biaodashi_gaidong_L{
		box-sizing: content-box;
		margin: 0;
		padding: 0;
		display: block;
		line-height: normal;
		width: auto;
		height: auto;
		padding: 10px;
		
		width: 800px;
		height: 320px;
		overflow: auto;
	}
	.biaodashi_gaidong_L .ExpressCopyText{
		box-sizing: content-box;
		margin: 0;
		padding: 0;
		display: block;
		line-height: normal;
		width: auto;
		height: auto;
	}
/*2018年8月10日14:14:32查看表达式样式改动-end*/
/*2018年8月15日16:39:27概览页面右侧头部下拉选项改动-start*/
	 .overViewSelect_ul {
		position: absolute;
		/*border:0;*/
		width: 600px;
		top: 0px;
		left: 0;
		/*background: none;*/
		margin-top: 25px;
		display: none;
		z-index: 100;
	}
	.overViewSelect_ul ul{
		position: absolute;
		top: 0;
		left: 0;
		border-bottom: 1px solid #d3d3d3;
		border-left: 1px solid #d3d3d3;
		border-right: 1px solid #d3d3d3;
		width: auto;
		background-color: #fff;
		z-index: 100;
	} 
	.overViewSelect_ul ul li{
		padding-right: 6px;
	} 
/*2018年8月15日16:39:27概览页面右侧头部下拉选项改动-end*/

/*概览样式改动-start*/
	.gailan_liushijie{
		height: auto;
		background-color: rgb(239, 245, 248);
		border: 1px solid #d3d3d3;
		border-right: none;
	}
	.gailan_liushijie .gailan_liushijie_blue{
		height: auto;
		color: #282828;
	}
	.gailan_liushijie .gailan_liushijie_blue .rightContentTip{
		height: auto;
		padding-left:0;
		margin-top: 0;
	}
	.gailan_liushijie .gailan_liushijie_blue .rightContentTip:after{
		clear:both;
		content:'';
		display:block;
		width:0;
		height:0;
		visibility:hidden;
	}
	.gailan_liushijie_blue_left{
		float: left;
		padding:0 10px;
	}
	.gailan_liushijie_blue .title_zlwxrl{
		float: left;
		margin-left: 0;
		padding: 0 10px;
		font-size: 13px;
		color: #fff;
		font-weight: bold;
		background-color: #294a94;
	}
	.gailan_liushijie_blue .title_zlwxrl span{
		font-size: 13px;
	}
	.gailan_liushijie_blue .title_zlwxrl>li{
		float: left;
		height: 28px;
		line-height: 28px;
		position: relative;
	}
	.gailan_liushijie_blue .title_zlwxrl>li+li{
		padding-left: 10px;
	}
	.gailan_liushijie_blue #select01,
	.gailan_liushijie_blue #select02{
		right: 0;
		top: 28px;
		width: 500px;
		background: none;
		padding: 0;
	}
	.gailan_liushijie_blue .list{
		background-color: #294a94;
		padding: 10px;
		position: absolute;
		width: auto;
		top: 0;
		right: 0;
	}
/*概览样式改动-start*/